| Class | Description |
|---|---|
| BestBid |
This class uses an opponent model to determine the next bid for the opponent, while taking
the opponent's preferences into account.
|
| NTFTstrategy |
Implements the opponent model strategy used by the NiceTitForTat agent
in the ANAC2011.
|
| NullStrategy |
Baseline strategy which simply returns a random bid from the given array of bids.
|
| OfferBestN |
This class uses an opponent model to determine the next bid for the opponent, while taking
the opponent's preferences into account.
|